home *** CD-ROM | disk | FTP | other *** search
/ A Million Times Begging / A Million Times Begging - Disc 2.iso / pc / data / movie2.dir / 00015.ls < prev    next >
Encoding:
Text File  |  1998-05-06  |  343 b   |  13 lines

  1. on mouseDown
  2.   global irukam, md, mpnum, m_mode
  3.   if m_mode = 0 then
  4.     set md to 1
  5.     set mpnum to the clickOn - 24
  6.     set str to "P" & getAt(irukam, mpnum)
  7.     set the member of sprite 44 to the name of member str
  8.     set the visible of sprite (the clickOn - 18) to 0
  9.     set the movieRate of sprite 3 to 0
  10.     updateStage()
  11.   end if
  12. end
  13.